葫芦的运维日志
js 循环forEach
const names=new Array() resp.series.forEach(function (item,index) { names.push(item['name']) })
打赏